runtime.unwinder.valid (method)
8 uses
runtime (current package)
heapdump.go#L374: for u.initAt(pc, sp, lr, gp, 0); u.valid(); u.next() {
mbitmap.go#L1475: for u.initAt(gp.m.curg.sched.pc, gp.m.curg.sched.sp, 0, gp.m.curg, 0); u.valid(); u.next() {
mgcmark.go#L802: for u.init(gp, 0); u.valid(); u.next() {
panic.go#L648: for u.initAt(pc, uintptr(sp), 0, gp, 0); u.valid(); u.next() {
stack.go#L934: for u.init(gp, 0); u.valid(); u.next() {
traceback.go#L229: func (u *unwinder) valid() bool {
traceback.go#L628: for ; n < len(pcBuf) && u.valid(); u.next() {
traceback.go#L987: for ; u.valid(); u.next() {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |